Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

feature/messaging/src/commonMain/kotlin/org/meshtastic/feature/messaging/ui/contact/AdaptiveContactsScreen.kt 1390a3cd4f7bc55a37433d1d868e65c01678eb31 (1390a3cd) Text, 2.43 KB

T8b949e/*
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.messaging.ui.contact

Tff7b72import T7ee787androidx.compose.runtime.Composable
Tff7b72import T7ee787androidx.navigation3.runtime.NavBackStack
Tff7b72import T7ee787androidx.navigation3.runtime.NavKey
Tff7b72import T7ee787kotlinx.coroutines.flow.Flow
Tff7b72import T7ee787org.meshtastic.core.common.util.MeshtasticUri
Tff7b72import T7ee787org.meshtastic.core.navigation.ChannelsRoute
Tff7b72import T7ee787org.meshtastic.core.navigation.ContactsRoute
Tff7b72import T7ee787org.meshtastic.core.navigation.NodesRoute
Tff7b72import T7ee787org.meshtastic.core.ui.component.ScrollToTopEvent
Tff7b72import T7ee787org.meshtastic.proto.ChannelSet
Tff7b72import T7ee787org.meshtastic.proto.SharedContact

Tf0883e@Composable
Tff7b72fun Td2a8ffAdaptiveContactsScreenTb4b4b4(
Te6edf3backStackTb4b4b4: Te6edf3NavBackStackTff7b72<Te6edf3NavKeyTff7b72>Tb4b4b4,
Te6edf3contactsViewModelTb4b4b4: Te6edf3ContactsViewModelTb4b4b4,
Te6edf3scrollToTopEventsTb4b4b4: Te6edf3FlowTff7b72<Te6edf3ScrollToTopEventTff7b72>Tb4b4b4,
Te6edf3sharedContactRequestedTb4b4b4: Te6edf3SharedContact?Tb4b4b4,
Te6edf3requestChannelSetTb4b4b4: Te6edf3ChannelSet?Tb4b4b4,
Te6edf3onHandleDeepLinkTb4b4b4: Tb4b4b4(Te6edf3MeshtasticUriTb4b4b4, Te6edf3onInvalidTb4b4b4: Tb4b4b4(Tb4b4b4) Tff7b72-Tff7b72> Tffa657UnitTb4b4b4) Tff7b72-Tff7b72> Tffa657UnitTb4b4b4,
Te6edf3onClearSharedContactRequestedTb4b4b4: Tb4b4b4(Tb4b4b4) Tff7b72-Tff7b72> Tffa657UnitTb4b4b4,
Te6edf3onClearRequestChannelUrlTb4b4b4: Tb4b4b4(Tb4b4b4) Tff7b72-Tff7b72> Tffa657UnitTb4b4b4,
Tb4b4b4) Tb4b4b4{
Te6edf3ContactsScreenTb4b4b4(
Te6edf3onNavigateToShare Tff7b72= Tb4b4b4{ Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3ChannelsRouteTb4b4b4.Te6edf3ChannelsGraphTb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3sharedContactRequested Tff7b72= Te6edf3sharedContactRequestedTb4b4b4,
Te6edf3requestChannelSet Tff7b72= Te6edf3requestChannelSetTb4b4b4,
Te6edf3onHandleDeepLink Tff7b72= Te6edf3onHandleDeepLinkTb4b4b4,
Te6edf3onClearSharedContactRequested Tff7b72= Te6edf3onClearSharedContactRequestedTb4b4b4,
Te6edf3onClearRequestChannelUrl Tff7b72= Te6edf3onClearRequestChannelUrlTb4b4b4,
Te6edf3viewModel Tff7b72= Te6edf3contactsViewModelTb4b4b4,
Te6edf3onClickNodeChip Tff7b72= Tb4b4b4{ Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3NodesRouteTb4b4b4.Te6edf3NodeDetailTb4b4b4(Tffa657itTb4b4b4)Tb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3onNavigateToMessages Tff7b72= Tb4b4b4{ Te6edf3contactKey Tff7b72-Tff7b72> Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3ContactsRouteTb4b4b4.Te6edf3MessagesTb4b4b4(Te6edf3contactKeyTb4b4b4)Tb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3onNavigateToNodeDetails Tff7b72= Tb4b4b4{ Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3NodesRouteTb4b4b4.Te6edf3NodeDetailTb4b4b4(Tffa657itTb4b4b4)Tb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3scrollToTopEvents Tff7b72= Te6edf3scrollToTopEventsTb4b4b4,
Te6edf3activeContactKey Tff7b72= Tff7b72nullTb4b4b4,
Tb4b4b4)
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.04s